From: Michael Albinus Date: Thu, 3 Jan 2019 14:37:53 +0000 (+0100) Subject: Adapt test/README X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~4263 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ecdfb8ef5387939e6b6f466c4caeb236e099209c;p=emacs.git Adapt test/README * test/README: Speak about continous integration tests on hydra and emba. --- diff --git a/test/README b/test/README index 2b705f313df..cd6905d7ebf 100644 --- a/test/README +++ b/test/README @@ -88,6 +88,16 @@ value in order to overwrite the default value: env REMOTE_TEMPORARY_FILE_DIRECTORY=/ssh:host:/tmp make ... + +There are also continuous integration tests on + (see +admin/notes/hydra) and . Both +environments provide an environment variable, which could be used to +determine, whether the tests run in one of these test environments. + +$EMACS_HYDRA_CI indicates the hydra environment, and $EMACS_EMBA_CI +indicates the emba environment, respectively. + (Also, see etc/compilation.txt for compilation mode font lock tests.)